{#if $currentUser && $currentUser["user_id"] === bot["owner_id"]}
Publish a new version by pushing a docker container to
registry.planetwars.dev/{bot["name"]}:latest
, or using the web editor.
Versions
{#each versions.slice(0, 10) as version}
-
{dayjs(version["created_at"]).format("YYYY-MM-DD HH:mm")}
{#if version["container_digest"]}
{version["container_digest"]}
{:else}
view code
{/if}
{/each}
{#if versions.length == 0}
This bot does not have any versions yet.
{/if}
{/if}
Recent matches
{#if matches.length > 0}
All matches
{/if}